home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / mail / sigrot_v.0 / sigrot_v1.0.tar / sigrot_v1.0 / INSTALL.help next >
Text File  |  1995-11-18  |  1KB  |  40 lines

  1. * INSTALL.help for sigrot
  2. *
  3. * This program is freely distributable, as long as the source is included 
  4. * and remains in its original form.  The author claims no responsiblilty 
  5. * for any damage it might cause, files being erase, computers blowing up, 
  6. * etc.
  7.  
  8. SYSTEM-WIDE INSTALLATION:
  9.  
  10. If you are planning to install sigrot for system wide use first edit the 
  11. Makefile to your liking.  (Specifically the DEST and MANDEST paths)  Then 
  12. type "make".
  13.  
  14. If you would like to test sigrot before final installation, a sample 
  15. signature archive called "testfile" has been included in this disribution.
  16. Type:
  17. sigrot -w testfile
  18.  
  19. Then do:
  20. sigrot
  21. cat ~/.signature
  22. (repeat a couple times)
  23.  
  24. Once you are satisfied that its working, run "make install" to install 
  25. the binary and the man page.
  26.  
  27. If, for some reason, you have trouble with the Makefile, you can just type:
  28. "cc sigrot.c" (or another C comiler) to compile it, then copy the binary 
  29. and the man page to the proper place manually.
  30.  
  31. SINGLE-USER INSTALLATION:
  32.  
  33. Just edit the Makefile so that the DEST and MANDEST are . (or any other 
  34. place you keep your binaries and man pages in you user account).
  35.  
  36. Then continue as in the SYSTEM-WIDE INSTALLATION section.
  37.  
  38.  
  39. Read the man page for information on sigrot usage.
  40.